home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Synchronized Media.dir / Scripts_14_- Wait with mostRecentCuePoint.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  122 b   |  8 lines

  1. on exitFrame
  2.   if the mostRecentCuePoint of sound(1) < 5 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.